home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Kit PC World De Ampliacion De Windows 95
/
Kit PC World de ampliacion de Windows 95.iso
/
internet
/
sweeper
/
samples
/
olecon~1
/
controls
/
template
/
autotmpl.rc
< prev
next >
Wrap
Text File
|
1995-11-25
|
3KB
|
93 lines
/////////////////////////////////////////////////////////////////////////////
// <<DEFSERVERNAME>>.RC
/////////////////////////////////////////////////////////////////////////////
// Copyright 1995 Microsoft Corporation. All Rights Reserved.
//
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
// PARTICULAR PURPOSE.
/////////////////////////////////////////////////////////////////////////////
//
// contains the resources for our DLL, including the TypeLib, error strings,
// and versioning information.
//
#include "Resource.H"
#include "Windows.H"
#define IDC_STATIC -1
/////////////////////////////////////////////////////////////////////////////
//
// Bitmap and Icons that are not localized
//
/////////////////////////////////////////////////////////////////////////////
//
// Our Non-Localized Type Library
//
1 TYPELIB <<DEFSERVERNAME>>.TLB
/////////////////////////////////////////////////////////////////////////////
// EVERYTHING FROM HERE UNTIL THE VERSION RESOURCES IS LOCALIZABLE //
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
//
// String tables with Exception Information, etc.
//
/////////////////////////////////////////////////////////////////////////////
// Version Information
/////////////////////////////////////////////////////////////////////////////
//
#include "dwinvers.h"
#include <winver.h>
VS_VERSION_INFO VERSIONINFO
FILEVERSION 04,00,vusVersNumf2,vusVersNuml2 //<----- This is used by setup!
PRODUCTVERSION 04,00,vusVersNumf2,vusVersNuml2
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
#ifdef DEBUG
FILEFLAGS VS_FF_DEBUG
#else
FILEFLAGS 0L
#endif
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_DLL
FILESUBTYPE 0
{
BLOCK "StringFileInfo"
{
BLOCK "040904B0" // Language and character set identifiers.
{
VALUE "CompanyName", "My Company Name\0"
VALUE "FileDescription", "<<DEFSERVERNAME>>"
VALUE "FileVersion", vszVersNumAll
VALUE "InternalName", "<<DEFSERVERNAME>>.DLL\0"
VALUE "LegalCopyright", vszCopyright
VALUE "LegalTrademarks", "Put Legal TradeMarks here ...\0"
VALUE "ProductName", "<<DEFSERVERNAME>> Object Library\0"
VALUE "ProductVersion", vszVersNumAll
VALUE "Comments", vszMakeDate
VALUE "OLESelfRegister", "\0"
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation" ,0x409, 0x4b0
}
}